home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / include / asm-generic / Kbuild.asm < prev    next >
Encoding:
Assembly Source File  |  2008-12-24  |  916 b   |  38 lines

  1. ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm.h \
  2.                 $(srctree)/include/asm-$(SRCARCH)/kvm.h),)
  3. header-y  += kvm.h
  4. endif
  5.  
  6. ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/a.out.h \
  7.                 $(srctree)/include/asm-$(SRCARCH)/a.out.h),)
  8. unifdef-y += a.out.h
  9. endif
  10. unifdef-y += auxvec.h
  11. unifdef-y += byteorder.h
  12. unifdef-y += errno.h
  13. unifdef-y += fcntl.h
  14. unifdef-y += ioctl.h
  15. unifdef-y += ioctls.h
  16. unifdef-y += ipcbuf.h
  17. unifdef-y += mman.h
  18. unifdef-y += msgbuf.h
  19. unifdef-y += param.h
  20. unifdef-y += poll.h
  21. unifdef-y += posix_types.h
  22. unifdef-y += ptrace.h
  23. unifdef-y += resource.h
  24. unifdef-y += sembuf.h
  25. unifdef-y += setup.h
  26. unifdef-y += shmbuf.h
  27. unifdef-y += sigcontext.h
  28. unifdef-y += siginfo.h
  29. unifdef-y += signal.h
  30. unifdef-y += socket.h
  31. unifdef-y += sockios.h
  32. unifdef-y += stat.h
  33. unifdef-y += statfs.h
  34. unifdef-y += termbits.h
  35. unifdef-y += termios.h
  36. unifdef-y += types.h
  37. unifdef-y += unistd.h
  38.